Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughRelease bump to 2026.6.7: package and packaging metadata updated, shell completion scripts point to new versioned usage-spec filenames, CHANGELOG entry added, README example version updated, and vendor metadata tag refreshed. ChangesVersion 2026.6.7 Release
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Greptile SummaryThis is an automated release PR bumping mise from v2026.6.6 to v2026.6.7, updating version strings across all packaging manifests and generating the corresponding changelog entry.
Confidence Score: 5/5Purely mechanical version bump across packaging files with no logic changes — safe to merge. Every changed line is a version string replacement (2026.6.6 → 2026.6.7) or a new changelog block. No source code, configuration logic, or runtime behaviour is modified. No files require special attention. Important Files Changed
Reviews (28): Last reviewed commit: "chore: release 2026.6.7" | Re-trigger Greptile |
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.6 x -- echo |
18.1 ± 0.7 | 16.6 | 22.0 | 1.00 |
mise x -- echo |
19.1 ± 1.5 | 17.2 | 35.0 | 1.05 ± 0.09 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.6 env |
18.1 ± 1.0 | 16.3 | 22.8 | 1.00 |
mise env |
18.7 ± 0.8 | 17.2 | 22.9 | 1.03 ± 0.07 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.6 hook-env |
18.7 ± 0.7 | 17.1 | 22.8 | 1.00 |
mise hook-env |
19.3 ± 0.9 | 17.6 | 24.1 | 1.04 ± 0.06 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2026.6.6 ls |
15.6 ± 0.6 | 14.2 | 18.8 | 1.00 |
mise ls |
16.4 ± 0.7 | 14.9 | 21.1 | 1.05 ± 0.06 |
xtasks/test/perf
| Command | mise-2026.6.6 | mise | Variance |
|---|---|---|---|
| install (cached) | 133ms | 135ms | -1% |
| ls (cached) | 60ms | 59ms | +1% |
| bin-paths (cached) | 63ms | 63ms | +0% |
| task-ls (cached) | 123ms | 124ms | +0% |
f2b8dfa to
360b73a
Compare
🚀 Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
📦 Registry
Chore
New Contributors